home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / util307.arc / MEMORY.DOC < prev    next >
Text File  |  1987-03-04  |  3KB  |  75 lines

  1.             MEMORY DOCUMENTATION
  2.             ====================
  3.  
  4. VERSION 1.01   8 NOV 1982    (C)  MICROLIFE, INC.  (301) 799-5509
  5.  
  6.  
  7. Memory is a utility to allow dynamic setting/resetting of the amount
  8.  
  9. of memory used by DOS.    The major advantage is that the system switches
  10.  
  11. can be set to anything your heart desires, with the knowledge that you
  12.  
  13. should not have to open up the PC to set switches while using MEMORY.
  14.  
  15. For example, some games (like ZORK and Adventure) seem to require a
  16.  
  17. maximum of 320K, the switches can be set for the 128K and then MEMORY
  18.  
  19. can be run to set DOS for larger amounts or smaller amounts of memory
  20.  
  21. as required.  MEMORY can be used in batch files or simply run from the
  22.  
  23. system prompt to set DOS memory size from 64K (lowest switch setting)
  24.  
  25. up to 640K.  More specific parameter information is as follows:
  26.  
  27. MEMORY        Restores DOS memory size to what it was prior to
  28.         running MEMORY.  Follow the example below:
  29.  
  30.         Step 1    MEMORY 3    Sets DOS to 192K
  31.         Step 2    MEMORY 5    Sets DOS to 320K
  32.         Step 3    MEMORY        Restores DOS to 192K
  33.  
  34. MEMORY 0    Forces DOS read the value of the switches on the
  35.         motherboard.
  36.  
  37. MEMORY N    (Where N can be a decimal number from 1 to 10).  Installs
  38.         N times 64K of memory to DOS.  That is, assuming N was 7,
  39.         7 * 64K = 448K.  A very important note here is that the
  40.         DOS can now be set to beyond the value of the switches
  41.         (544K Maximum) to 640K !!
  42.  
  43.  
  44. An example of MEMORY used in an Autoexec file:
  45.  
  46. Commands        Description of each command
  47. .............................................................................
  48.  
  49. PWRUPCLK        Sets the System time equal to the Quadboard time
  50. MEMORY 9        Sets DOS memory size to 9 * 64K =  576K !!!
  51. RAMDISK 10/A        Creates a Ramdisk of size 10 * 32K = 320K
  52. COPY *.* D:        Copies all of Drive A: to Drive B:
  53. D:            Logs onto Drive D:
  54. CHKDSK            Checks the Disk Parameters
  55.  
  56. ............................................................................
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Special Notes:
  64.  
  65. 1. MEMORY resets the system when run, except in the cases of bad para-
  66.    meters entered or when the same command is run more than once.
  67. 2. MEMORY will only install up to the available RAM present*I^ the system.
  68.    For example, you have 320K in the system, a command like MEMORY 6 would
  69.    result in an error and no change from the present memory size.
  70. 3. The QD Ramdisk software provided with the Quadboard reads the memory
  71.    size from the switches on the motherboard, not what DOS thinks it has.
  72.    By doing so, the maximum size of memory under the Ramdisk (reading
  73.    the switches) is 544K bytes.
  74.  
  75.